home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
c
/
amiexpress
/
source
/
utils
/
reboot
/
reboot.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-12-26
|
134 b
|
9 lines
#include <exec/types.h>
#include <clib/exec_protos.h>
#include <stdio.h>
main(int argc,char *argv[])
{
ColdReboot();
exit(0);
}